home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / utils / fbm2fl03.lha / README < prev   
Encoding:
Text File  |  1993-11-16  |  1.3 KB  |  39 lines

  1. /* README */
  2.  
  3. This package includes the source of the programs `fbm2fli' and `fboctree'.
  4. For more details about the programs see the descriptions `fbm2fli.doc' 
  5. and `fboctree.doc'. 
  6.  
  7. Beside of this README file you should have the following files:
  8.  
  9.     fbm2fli.doc        Description for fbm2fli
  10.     fboctree.c        Source of fboctree
  11.     fboctree.doc        Description for fboctree
  12.     fpfli.h            ---\
  13.     fppbrun.c           |
  14.     fppcolor.c           |
  15.     fppdelta.c           |
  16.     fppfile.c           |--- Source of fbm2fli
  17.     fppframe.c           |
  18.     fpplc.c               |
  19.     fppmain.c           |
  20.     fppmake.c        ---/
  21.     makefile        Makefile
  22.  
  23. To build the programs the library of the FBM package from 
  24. Michael Mauldin (mlm@nl.cs.cmu.edu) is required. 
  25. The FBM package is available via FTP as
  26.         "nl.cs.cmu.edu:/usr/mlm/ftp/fbm.tar.Z".
  27.  
  28. Probably some changes in the makefile are required to indicate 
  29. where the FBM stuff is located on your machine and which compiler 
  30. is used. First you have to check the definitions for FBM and CC in the
  31. makefile. Then simply type `make all' and hopefully both programs
  32. a build without errors (or better: without warnings). 
  33.  
  34. I made successful tests on SUN-Sparcs and PCs using Linux. I used 
  35. version 1.0 and 1.2 of the FBM package and gcc compilers with
  36. version 2.*.*. On my SUN I get several warnings (`-Wall' !!). 
  37.  
  38. -- Klaus Ehrenfried (klaus@spock.es.go.dlr.de)
  39.